Skip to content

Conversation

@aguynamedryan
Copy link
Contributor

Issue https://github.com/matestack/matestack-ui-core/issues/XXX: Fix a URL typo which was causing a link to fail

Changes

  • Remove an extra / from the broken URL

Notes

  • I wasn't able to test if my proposed change actually fixes the link

The URL to "collection component guide" had an extra slash in it which seemed to break the link.
@jonasjabari jonasjabari changed the base branch from develop to master December 2, 2020 12:50
With the `collection` component you can display active record model or similar collections and add features like filtering, paginating and ordering with ease. Each of these features requires no page reload to take effect, because the `collection` component leverages a `async` component in combination with the event hub to only reload the effected content of the collection. The `collection` component is a bit more complex as it offers a lot of functionality, that's why we will not explain the rudimentary usage here.

Take a look at the [collection component guide](/docs//guides/700-collection/README.md) to learn how it works and how to use it.
Take a look at the [collection component guide](/docs/guides/700-collection/README.md) to learn how it works and how to use it.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point @aguynamedryan! But on top of that, this link has to renamed to /docs/reactive_components/700-collection since we change the structure of the docs content a few weeks ago! Could you please adjust the link? Thanks :)

@jonasjabari jonasjabari merged commit eb78c98 into matestack:master Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants